let Source = Excel.CurrentWorkbook(){[Name="AccountsClassifications"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"AccountClassification", type text}, {"AccountClassificationName", type text}}) in #"Changed Type"